home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 121 / Computer Shopper 121 / Computer Shopper 121.iso / HomeBus / money / MSN / PREVIEW / MSNMIAW.DIR / 00002.ls < prev    next >
Encoding:
Text File  |  1997-10-08  |  797 b   |  25 lines

  1. global MainRO
  2.  
  3. on exitFrame
  4.   global GIDialogue, giClickCount
  5.   if GIDialogue = 0 then
  6.     if giClickCount < 10 then
  7.       MainRO(5, "--1Noise1", "MH-11", "EXjoind", "EXJoinU")
  8.       MainRO(6, "--2Noise1", "MH-10", "EXRetrnD", "EXRetrnU")
  9.       MainRO(7, "--3Noise1", "MH-09", "EXexitD", "EXExitU")
  10.     else
  11.       MainRO(5, "--1Noise1", "MH-12cWithCrowd", "EXjoind", "EXJoinU")
  12.       MainRO(6, "--2Noise1", "MH-12b", "EXRetrnD", "EXRetrnU")
  13.       MainRO(7, "--3Noise1", "MH-12a", "EXExitD", "EXExitU")
  14.     end if
  15.   else
  16.     if GIDialogue = 1 then
  17.       MainRO(5, "--1Noise1", "Install01WithCheer", "Jocontd", "Jocontu")
  18.       MainRO(6, "--2Noise1", "Install02", "EXRetrnD", "EXRetrnU")
  19.     else
  20.       MainRO(8, "--1Noise1", "nosound", "Credokd", "Credoku")
  21.     end if
  22.   end if
  23.   go(the frame)
  24. end
  25.